glibmm r686 - in trunk: . gio/src
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: glibmm r686 - in trunk: . gio/src
- Date: Tue, 15 Jul 2008 10:49:56 +0000 (UTC)
Author: murrayc
Date: Tue Jul 15 10:49:56 2008
New Revision: 686
URL: http://svn.gnome.org/viewvc/glibmm?rev=686&view=rev
Log:
2008-07-15  Murray Cumming  <murrayc murrayc com>
* gio/src/appinfo.ccg:
* gio/src/appinfo.hg: Avoid a circular include to fix the build.
Modified:
   trunk/ChangeLog
   trunk/gio/src/appinfo.ccg
   trunk/gio/src/appinfo.hg
Modified: trunk/gio/src/appinfo.ccg
==============================================================================
--- trunk/gio/src/appinfo.ccg	(original)
+++ trunk/gio/src/appinfo.ccg	Tue Jul 15 10:49:56 2008
@@ -18,6 +18,7 @@
  */
 
 #include <gio/gio.h>
+#include <giomm/file.h>
 
 namespace Gio
 {
Modified: trunk/gio/src/appinfo.hg
==============================================================================
--- trunk/gio/src/appinfo.hg	(original)
+++ trunk/gio/src/appinfo.hg	Tue Jul 15 10:49:56 2008
@@ -25,7 +25,7 @@
 
 #include <glibmm/interface.h>
 #include <glibmm/object.h>
-#include <giomm/file.h>
+//#include <giomm/file.h>
 #include <giomm/icon.h>
 
 _DEFS(giomm,gio)
@@ -42,6 +42,7 @@
 _WRAP_ENUM(AppInfoCreateFlags, GAppInfoCreateFlags, NO_GTYPE)
 
 class AppInfo;
+class File;
 
 /** This is used to handle, for instance, startup notification and launching of the new application on the same screen as the launching window.
  * See also AppInfo.
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]