]> git.saurik.com Git - wxWidgets.git/commitdiff
document default ctor
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 30 Nov 2008 14:46:07 +0000 (14:46 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 30 Nov 2008 14:46:07 +0000 (14:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/log.h

index 97f022309825ea65c309f7446843db006e13ad8a..c9e97e50c90360bae1eea343d421ca65dcc8d749 100644 (file)
@@ -445,6 +445,11 @@ public:
 class wxLogBuffer : public wxLog
 {
 public:
+    /**
+        The default ctor does nothing.
+    */
+    wxLogBuffer();
+
     /**
         Shows all the messages collected so far to the user (using a message box in the
         GUI applications or by printing them out to the console in text mode) and