From e0e63649dc830cd63ae4e7a958e224ef3b2a1375 Mon Sep 17 00:00:00 2001 From: Přemysl Janouch Date: Thu, 30 Sep 2010 05:19:31 +0200 Subject: Redesign the library and related components. This step is needed, since the current design is quite chaotic and it would not be possible to finish the application. There's still a lot to be done. After this step, it's time to implement the rest of LdLua. --- src/ld-lua-symbol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ld-lua-symbol.h') diff --git a/src/ld-lua-symbol.h b/src/ld-lua-symbol.h index 9e5af9b..c8b6f35 100644 --- a/src/ld-lua-symbol.h +++ b/src/ld-lua-symbol.h @@ -53,7 +53,7 @@ struct _LdLuaSymbolClass GType ld_lua_symbol_get_type (void) G_GNUC_CONST; -LdSymbol *ld_lua_symbol_new (LdLua *lua, const gchar *ident); +LdSymbol *ld_lua_symbol_new (const gchar *name, LdLua *lua, const gchar *ident); G_END_DECLS -- cgit v1.2.3-54-g00ecf