mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
12 lines
308 B
Plaintext
12 lines
308 B
Plaintext
--- examp/mycmdwin.cpp.orig Sun Feb 27 13:23:39 2000
|
|
+++ examp/mycmdwin.cpp Sun Feb 27 13:27:34 2000
|
|
@@ -223,7 +223,7 @@
|
|
{
|
|
// route all commands through here - menus and buttons
|
|
|
|
- static cmdCount = 0;
|
|
+ static int cmdCount = 0;
|
|
|
|
vNoticeDialog note(this); // Used for default actions
|
|
|