Error out attempting to use directors without -c++

Remove redundant #ifdef __cplusplus markers in director.swg
This commit is contained in:
William S Fulton 2013-12-23 20:23:54 +00:00
commit 1a19451c1b
10 changed files with 4 additions and 34 deletions

View file

@ -6,8 +6,6 @@
*
* ----------------------------------------------------------------------------- */
#ifdef __cplusplus
#include <string>
# define SWIG_DIRECTOR_CAST(ARG) dynamic_cast<Swig::Director *>(ARG)
@ -100,4 +98,3 @@ namespace Swig {
};
}
#endif /* __cplusplus */