diff options
author | Hugo Parente Lima <hugo.pl@gmail.com> | 2010-11-05 14:18:54 -0200 |
---|---|---|
committer | Hugo Parente Lima <hugo.pl@gmail.com> | 2010-11-10 15:36:28 -0200 |
commit | 95bc879ad706a47c965b2a62dd5b758cbd796b3d (patch) | |
tree | 1cf5b8bc7974641d8932ef1eb8e6a88cdd3bb00a /libshiboken/conversions.h | |
parent | 1f96f42eb019097ec4f145adce6a4fe342171530 (diff) | |
download | shiboken-95bc879ad706a47c965b2a62dd5b758cbd796b3d.tar.gz shiboken-95bc879ad706a47c965b2a62dd5b758cbd796b3d.tar.xz shiboken-95bc879ad706a47c965b2a62dd5b758cbd796b3d.zip |
pyenum.{h|cpp} moved to sbkenum.{h|cpp}
Diffstat (limited to 'libshiboken/conversions.h')
-rw-r--r-- | libshiboken/conversions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libshiboken/conversions.h b/libshiboken/conversions.h index 475902ea..d4059b56 100644 --- a/libshiboken/conversions.h +++ b/libshiboken/conversions.h @@ -28,7 +28,7 @@ #include <memory> #include <typeinfo> -#include "pyenum.h" +#include "sbkenum.h" #include "basewrapper.h" #include "bindingmanager.h" #include "sbkdbg.h" |