more 'static' adding in testcases

No dead code found this time...
This commit is contained in:
Ryan Lortie
2011-10-16 21:11:11 -04:00
parent b264fccd23
commit 38e8ecd62a
15 changed files with 35 additions and 14 deletions

View File

@@ -37,6 +37,7 @@ typedef struct
GIOStreamClass parent_class;
} GTestIOStreamClass;
static GType g_test_io_stream_get_type (void);
G_DEFINE_TYPE (GTestIOStream, g_test_io_stream, G_TYPE_IO_STREAM);