aboutsummarylogtreecommitdiffstats
path: root/gtk_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk_win.h')
-rw-r--r--gtk_win.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk_win.h b/gtk_win.h
index 919c8a3350e8..bb8afca32c5a 100644
--- a/gtk_win.h
+++ b/gtk_win.h
@@ -21,6 +21,7 @@ typedef struct app_data {
String* portfolio_string;
GtkBuilder* builder;
char password[PASS_MAX];
+ time_t last_reload;
} App_Data;
/**