mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
12 lines
323 B
Plaintext
12 lines
323 B
Plaintext
--- kvidtune/xf86configfile.h.orig Fri Jan 21 19:39:45 2000
|
|
+++ kvidtune/xf86configfile.h Fri Jan 21 19:45:08 2000
|
|
@@ -62,7 +62,7 @@
|
|
{
|
|
|
|
private:
|
|
- const backupPostfixCharacter = '~';
|
|
+ static const int backupPostfixCharacter = '~';
|
|
|
|
QString ErrorText;
|
|
tXF86CfgDirectory *Data;
|