lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [5876] Regularize access control (VZ)


From: Greg Chicares
Subject: [lmi-commits] [5876] Regularize access control (VZ)
Date: Fri, 07 Mar 2014 18:05:23 +0000

Revision: 5876
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5876
Author:   chicares
Date:     2014-03-07 18:05:22 +0000 (Fri, 07 Mar 2014)
Log Message:
-----------
Regularize access control (VZ)

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/main_wx_test.cpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2014-03-07 16:29:20 UTC (rev 5875)
+++ lmi/trunk/ChangeLog 2014-03-07 18:05:22 UTC (rev 5876)
@@ -33697,3 +33697,9 @@
   skeleton.cpp
 Change from UTF-8 back to Latin-1 for concinnity with other files.
 
+20140307T1805Z <address@hidden> [542]
+
+  main_wx_test.cpp
+Regularize access control (VZ). See:
+  http://lists.nongnu.org/archive/html/lmi/2014-03/msg00001.html
+

Modified: lmi/trunk/main_wx_test.cpp
===================================================================
--- lmi/trunk/main_wx_test.cpp  2014-03-07 16:29:20 UTC (rev 5875)
+++ lmi/trunk/main_wx_test.cpp  2014-03-07 18:05:22 UTC (rev 5876)
@@ -51,11 +51,12 @@
   public:
     SkeletonTest() {}
 
+  protected:
+    // wxApp overrides.
+    virtual bool OnInit();
+
   private:
     void RunTheTests();
-
-    // wxApp overrides.
-    virtual bool OnInit();
 };
 
 IMPLEMENT_APP_NO_MAIN(SkeletonTest)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]