mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
14 lines
329 B
Plaintext
14 lines
329 B
Plaintext
|
--- kvidtune/toplevel.h.orig Fri Jan 21 19:43:18 2000
|
||
|
+++ kvidtune/toplevel.h Fri Jan 21 19:43:31 2000
|
||
|
@@ -112,8 +112,8 @@
|
||
|
|
||
|
int menu_item_save;
|
||
|
|
||
|
- const int ID_STATUS_GENERAL = 1;
|
||
|
- const int ID_TOOLBAR_SAVE = 2;
|
||
|
+ static const int ID_STATUS_GENERAL = 1;
|
||
|
+ static const int ID_TOOLBAR_SAVE = 2;
|
||
|
|
||
|
public slots:
|
||
|
|