[dasher] game_mode_helper.h uses gobject so make the source file do the same.
- From: Patrick Welche <pwelche src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dasher] game_mode_helper.h uses gobject so make the source file do the same.
- Date: Wed, 13 Apr 2011 10:04:58 +0000 (UTC)
commit 35ae31f7661e85c2186bae5c5ce51b5bb0cdcbc7
Author: Patrick Welche <prlw1 cam ac uk>
Date: Thu Mar 31 18:44:55 2011 +0200
game_mode_helper.h uses gobject so make the source file do the same.
Src/Gtk2/game_mode_helper.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Src/Gtk2/game_mode_helper.cpp b/Src/Gtk2/game_mode_helper.cpp
index d7f8be6..efadfbf 100644
--- a/Src/Gtk2/game_mode_helper.cpp
+++ b/Src/Gtk2/game_mode_helper.cpp
@@ -54,7 +54,7 @@ GType game_mode_helper_get_type() {
NULL
};
- game_mode_helper_type = g_type_register_static(GTK_TYPE_OBJECT, "GameModeHelper", &game_mode_helper_info, static_cast < GTypeFlags > (0));
+ game_mode_helper_type = g_type_register_static(G_TYPE_OBJECT, "GameModeHelper", &game_mode_helper_info, static_cast < GTypeFlags > (0));
}
return game_mode_helper_type;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]