[glibmm] Corrected stray semicolons to fix the build with exceptions disabled.



commit 589d3d2bb1b032a757aee785811f72c75fb2af2e
Author: José Alburquerque <jaalburqu svn gnome org>
Date:   Tue May 26 01:30:37 2009 -0400

    Corrected stray semicolons to fix the build with exceptions disabled.
---
 ChangeLog          |    6 ++++++
 glib/src/spawn.ccg |    2 +-
 glib/src/spawn.hg  |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 688ce56..6f61e2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-05-26  José Alburquerque  <jaalburqu svn gnome org>
+
+	* glib/src/spawn.ccg:
+	* glib/src/spawn.hg: Corrected stray semicolons to fix the build with
+	exceptions disabled.
+
 2009-05-19  Siavash Safi  <siavash siavashs org>
 
 	* tools/enum.pl: Fix --module option to work
diff --git a/glib/src/spawn.ccg b/glib/src/spawn.ccg
index 963de3c..c9d85a3 100644
--- a/glib/src/spawn.ccg
+++ b/glib/src/spawn.ccg
@@ -360,7 +360,7 @@ void spawn_command_line_sync(const std::string& command_line,
 void spawn_command_line_sync(const std::string& command_line,
                              std::string* standard_output,
                              std::string* standard_error,
-                             int* exit_status, std::auto_ptr<Glib::Error>& error);
+                             int* exit_status, std::auto_ptr<Glib::Error>& error)
 #endif //GLIBMM_EXCEPTIONS_ENABLED
 {
   Glib::ScopedPtr<char> buf_standard_output;
diff --git a/glib/src/spawn.hg b/glib/src/spawn.hg
index d9ea0ca..ecbceb4 100644
--- a/glib/src/spawn.hg
+++ b/glib/src/spawn.hg
@@ -467,7 +467,7 @@ void spawn_command_line_sync(const std::string& command_line,
 void spawn_command_line_sync(const std::string& command_line,
                              std::string* standard_output,
                              std::string* standard_error,
-                             int* exit_status, std::auto_ptr<Glib::Error>& error;
+                             int* exit_status, std::auto_ptr<Glib::Error>& error);
 #endif //GLIBMM_EXCEPTIONS_ENABLED
 
 /** On some platforms, notably WIN32, the Pid type represents a resource



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