summaryrefslogtreecommitdiffstats
path: root/gtk/src/resources.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/src/resources.h')
-rw-r--r--gtk/src/resources.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/src/resources.h b/gtk/src/resources.h
index c9378acc4..85b8ab10b 100644
--- a/gtk/src/resources.h
+++ b/gtk/src/resources.h
@@ -16,8 +16,10 @@
#if !defined(_RESOURCES_H_)
#define _RESOURCES_H_
+#include "values.h"
+
void ghb_resource_init(void);
void ghb_resource_free();
-GValue* ghb_resource_get(const gchar *name);
+GhbValue* ghb_resource_get(const gchar *name);
#endif // _RESOURCES_H_