lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5997] Alphabetize where there's no more compelling order


From: Greg Chicares
Subject: [lmi-commits] [5997] Alphabetize where there's no more compelling order
Date: Sat, 25 Oct 2014 15:34:21 +0000

Revision: 5997
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5997
Author:   chicares
Date:     2014-10-25 15:34:20 +0000 (Sat, 25 Oct 2014)
Log Message:
-----------
Alphabetize where there's no more compelling order

Modified Paths:
--------------
    lmi/trunk/Makefile.am
    lmi/trunk/skeleton.hpp

Modified: lmi/trunk/Makefile.am
===================================================================
--- lmi/trunk/Makefile.am       2014-10-25 15:06:16 UTC (rev 5996)
+++ lmi/trunk/Makefile.am       2014-10-25 15:34:20 UTC (rev 5997)
@@ -255,6 +255,7 @@
     $(BOOST_LIBS)
 
 wx_test_SOURCES = \
+  main_wx_test.cpp \
   wx_test_about_version.cpp \
   wx_test_benchmark_census.cpp \
   wx_test_calculation_summary.cpp \
@@ -268,8 +269,7 @@
   wx_test_input_validation.cpp \
   wx_test_paste_census.cpp \
   wx_test_pdf_create.cpp \
-  wx_test_validate_output.cpp \
-  main_wx_test.cpp
+  wx_test_validate_output.cpp
 wx_test_CXXFLAGS = $(AM_CXXFLAGS) $(WX_CXXFLAGS)
 wx_test_LDADD = \
     liblmi.la \

Modified: lmi/trunk/skeleton.hpp
===================================================================
--- lmi/trunk/skeleton.hpp      2014-10-25 15:06:16 UTC (rev 5996)
+++ lmi/trunk/skeleton.hpp      2014-10-25 15:34:20 UTC (rev 5997)
@@ -63,8 +63,8 @@
 
   protected:
     // wxApp overrides that are further overridden in gui test.
+    virtual bool OnExceptionInMainLoop ();
     virtual bool OnInit                ();
-    virtual bool OnExceptionInMainLoop ();
 
   private:
     wxMenuBar* AdjustMenus(wxMenuBar*);




reply via email to

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