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

New commits:
commit b4f5ef6304c0caf162a044a4022b4371535ec29a
Author: David Tardon <dtar...@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:
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to