]> git.saurik.com Git - wxWidgets.git/blobdiff - misc/gdb/print.py
forgotten commit :-( remove #if 0 if things work again
[wxWidgets.git] / misc / gdb / print.py
index 00670d8549773b4868477ee33ca670693503a587..28d47d62760c2b08830de62b3c3a873fb9003f38 100755 (executable)
@@ -5,7 +5,6 @@
 #               in the future...)
 # Author:       Vadim Zeitlin
 # Created:      2009-01-04
-# RCS-Id:       $Id$
 # Copyright:    (c) 2009 Vadim Zeitlin
 # Licence:      wxWindows licence
 ###############################################################################
@@ -22,7 +21,7 @@ class wxStringPrinter:
         self.val = val
 
     def to_string(self):
-        return self.val['m_impl']['_M_dataplus']['_M_p'].string()
+        return self.val['m_impl']['_M_dataplus']['_M_p']
 
     def display_hint(self):
         return 'string'