Author: peter_lemenkov
Date: 2010-04-06 16:56:22 +0200 (Tue, 06 Apr 2010)
New Revision: 1776

Modified:
   branches/1.2/apps/py_sems/sip/string.sip
Log:
Really fix compilation with old SIP (tool for generating bindings)

Signed-off-by: Peter Lemenkov <[email protected]>

Modified: branches/1.2/apps/py_sems/sip/string.sip
===================================================================
--- branches/1.2/apps/py_sems/sip/string.sip    2010-04-06 14:55:17 UTC (rev 
1775)
+++ branches/1.2/apps/py_sems/sip/string.sip    2010-04-06 14:56:22 UTC (rev 
1776)
@@ -23,7 +23,7 @@
              return 0;
          }
 #if  SIP_VERSION < 0x040901
-         *sipCppPtr = (std::string *)sipForceConvertToType(sipPy, 
sipType_string, NULL, SIP_NO_CONVERTORS, NULL, sipIsErr);
+         *sipCppPtr = (std::string *)sipForceConvertTo_string(sipPy, sipIsErr);
 #else
          *sipCppPtr = (std::string *)sipForceConvertToType(sipPy, 
sipType_string, NULL, SIP_NO_CONVERTORS, NULL, sipIsErr);
 #endif

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to