diff options
Diffstat (limited to 'Tests/FindGTK2/giomm/main.cpp')
-rw-r--r-- | Tests/FindGTK2/giomm/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Tests/FindGTK2/giomm/main.cpp b/Tests/FindGTK2/giomm/main.cpp index 8303ba9..c0d5975 100644 --- a/Tests/FindGTK2/giomm/main.cpp +++ b/Tests/FindGTK2/giomm/main.cpp @@ -1,7 +1,7 @@ #include <giomm.h> -int main(int argc, char *argv[]) +int main(int argc, char* argv[]) { - Glib::RefPtr<Gio::File> f = Gio::File::create_for_path("path"); - return 0; + Glib::RefPtr<Gio::File> f = Gio::File::create_for_path("path"); + return 0; } |