/[packages]/cauldron/avogadro/current/SOURCES/avogadro-1.0.1-fix-build-with-newer-sip.patch
ViewVC logotype

Contents of /cauldron/avogadro/current/SOURCES/avogadro-1.0.1-fix-build-with-newer-sip.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33275 - (show annotations) (download)
Sat Jan 22 21:30:38 2011 UTC (13 years, 3 months ago) by ahmad
File size: 365 byte(s)
imported package avogadro
1 --- libavogadro/src/python/sip.cpp.orig 2010-10-31 03:49:14.000000000 +0100
2 +++ libavogadro/src/python/sip.cpp 2010-10-31 03:51:56.000000000 +0100
3 @@ -204,7 +204,7 @@
4 sipWrapper *wrapper = reinterpret_cast<sipWrapper*>(obj_ptr);
5 #endif
6 // return the C++ pointer
7 - return wrapper->u.cppPtr;
8 + return wrapper->data;
9 }
10
11 QClass_converters()

  ViewVC Help
Powered by ViewVC 1.1.30