lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] (no subject)


From: Greg Chicares
Subject: [lmi-commits] (no subject)
Date: Tue, 14 Jun 2016 00:04:01 +0000 (UTC)

branch: master
commit c2d02f6f4a6fdf33b2329c7140a4dd06904de281
Author: Gregory W. Chicares <address@hidden>
Date:   Mon Jun 13 23:59:30 2016 +0000

    Use pchfile_wx.hpp in the files which are part of libskeleton
    
    All files compiled together as part of the same target must use the
    same precompiled header and as these files are part of libskeleton,
    together with other files that include pchfile_wx.hpp because they
    use wxWidgets, they need to also include this header and not just
    pchfile.hpp as well, even if they don't use any GUI features.
---
 default_view.cpp     |    2 +-
 msw_workarounds.cpp  |    2 +-
 mvc_view.cpp         |    2 +-
 preferences_view.cpp |    2 +-
 wx_new.cpp           |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/default_view.cpp b/default_view.cpp
index f9e6527..e887ab7 100644
--- a/default_view.cpp
+++ b/default_view.cpp
@@ -19,7 +19,7 @@
 // email: <address@hidden>
 // snail: Chicares, 186 Belle Woods Drive, Glastonbury CT 06033, USA
 
-#include "pchfile.hpp"
+#include "pchfile_wx.hpp"
 
 #include "default_view.hpp"
 
diff --git a/msw_workarounds.cpp b/msw_workarounds.cpp
index d30875e..c72fcd7 100644
--- a/msw_workarounds.cpp
+++ b/msw_workarounds.cpp
@@ -19,7 +19,7 @@
 // email: <address@hidden>
 // snail: Chicares, 186 Belle Woods Drive, Glastonbury CT 06033, USA
 
-#include "pchfile.hpp"
+#include "pchfile_wx.hpp"
 
 #include "msw_workarounds.hpp"
 
diff --git a/mvc_view.cpp b/mvc_view.cpp
index 6d7c02a..123c034 100644
--- a/mvc_view.cpp
+++ b/mvc_view.cpp
@@ -19,7 +19,7 @@
 // email: <address@hidden>
 // snail: Chicares, 186 Belle Woods Drive, Glastonbury CT 06033, USA
 
-#include "pchfile.hpp"
+#include "pchfile_wx.hpp"
 
 #include "mvc_view.hpp"
 
diff --git a/preferences_view.cpp b/preferences_view.cpp
index 6ae8d93..8c1d0bf 100644
--- a/preferences_view.cpp
+++ b/preferences_view.cpp
@@ -19,7 +19,7 @@
 // email: <address@hidden>
 // snail: Chicares, 186 Belle Woods Drive, Glastonbury CT 06033, USA
 
-#include "pchfile.hpp"
+#include "pchfile_wx.hpp"
 
 #include "preferences_view.hpp"
 
diff --git a/wx_new.cpp b/wx_new.cpp
index 5e8cefb..f456cb7 100644
--- a/wx_new.cpp
+++ b/wx_new.cpp
@@ -19,7 +19,7 @@
 // email: <address@hidden>
 // snail: Chicares, 186 Belle Woods Drive, Glastonbury CT 06033, USA
 
-#include "pchfile.hpp"
+#include "pchfile_wx.hpp"
 
 #include "wx_new.hpp"
 



reply via email to

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