]> git.mxchange.org Git - simgear.git/blobdiff - simgear/debug/logstream.hxx
Update bounding box if calling update() on canvas elements
[simgear.git] / simgear / debug / logstream.hxx
index 87021903a7b351ea40a9d8a565fa0e2ddcc9b8df..0af98c6a71a7d05dc5be344d6308e7c219b8c746 100644 (file)
@@ -29,7 +29,7 @@
 #include <simgear/debug/debug_types.h>
 
 #include <sstream>
-
 // forward decls
 class SGPath;
       
@@ -93,9 +93,8 @@ public:
      * must use appropriate locking.
      */
     void addCallback(simgear::LogCallback* cb);
-    
-  //  friend logstream& sglog();
-//    static logstream *initGlobalLogstream();
+     
+    void removeCallback(simgear::LogCallback* cb);
 
 private:
     // constructor