You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
781 B
21 lines
781 B
11 years ago
|
--- gnome-commander-1.4.0/src/gnome-cmd-plain-path.cc.vtable 2014-03-14 06:13:20.000000000 +0900
|
||
|
+++ gnome-commander-1.4.0/src/gnome-cmd-plain-path.cc 2014-03-19 15:30:07.049438210 +0900
|
||
|
@@ -27,7 +27,7 @@
|
||
|
using namespace std;
|
||
|
|
||
|
|
||
|
-inline GnomeCmdPath *GnomeCmdPlainPath::get_parent()
|
||
|
+GnomeCmdPath *GnomeCmdPlainPath::get_parent()
|
||
|
{
|
||
|
GnomeVFSURI *t = gnome_vfs_uri_new (G_DIR_SEPARATOR_S);
|
||
|
GnomeVFSURI *u1 = gnome_vfs_uri_append_path (t, path);
|
||
|
@@ -48,7 +48,7 @@ inline GnomeCmdPath *GnomeCmdPlainPath::
|
||
|
}
|
||
|
|
||
|
|
||
|
-inline GnomeCmdPath *GnomeCmdPlainPath::get_child(const gchar *child)
|
||
|
+GnomeCmdPath *GnomeCmdPlainPath::get_child(const gchar *child)
|
||
|
{
|
||
|
GnomeVFSURI *t = gnome_vfs_uri_new (G_DIR_SEPARATOR_S);
|
||
|
GnomeVFSURI *u1 = gnome_vfs_uri_append_path (t, path);
|