[Libreoffice-commits] .: solenv/gdb

David Tardon dtardon at kemper.freedesktop.org
Mon Apr 2 09:32:36 PDT 2012


 solenv/gdb/boost/__init__.py |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 9bbb398ef9722e7e1862f6379470ccdd9fc59743
Author: David Tardon <dtardon at redhat.com>
Date:   Mon Apr 2 18:32:19 2012 +0200

    call the right function :blush:

diff --git a/solenv/gdb/boost/__init__.py b/solenv/gdb/boost/__init__.py
index 734ba01..353ee3b 100644
--- a/solenv/gdb/boost/__init__.py
+++ b/solenv/gdb/boost/__init__.py
@@ -24,9 +24,9 @@ import boost.smart_ptr
 import boost.unordered
 
 def register_pretty_printers(obj):
-    boost.optional.register_pretty_printer(obj)
-    boost.ptr_container.register_pretty_printer(obj)
-    boost.smart_ptr.register_pretty_printer(obj)
-    boost.unordered.register_pretty_printer(obj)
+    boost.optional.register_pretty_printers(obj)
+    boost.ptr_container.register_pretty_printers(obj)
+    boost.smart_ptr.register_pretty_printers(obj)
+    boost.unordered.register_pretty_printers(obj)
 
 # vim:set filetype=python shiftwidth=4 softtabstop=4 expandtab:


More information about the Libreoffice-commits mailing list