summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/theme.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/theme.h b/include/theme.h
index 448b67b1..16d03c1d 100644
--- a/include/theme.h
+++ b/include/theme.h
@@ -442,6 +442,7 @@ gboolean rofi_theme_is_empty ( void );
* Convert old theme colors into default one.
*/
void rofi_theme_convert_old ( void );
+#endif
/**
* @param file File name passed to option.
@@ -450,4 +451,3 @@ void rofi_theme_convert_old ( void );
*/
char *helper_get_theme_path ( const char *file );
#endif
-#endif