mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
12 lines
342 B
Plaintext
12 lines
342 B
Plaintext
--- kvidtune/xf86vidmode.h.orig Fri Jan 21 19:55:26 2000
|
|
+++ kvidtune/xf86vidmode.h Fri Jan 21 19:56:37 2000
|
|
@@ -154,7 +154,7 @@
|
|
int EventBase, ErrorBase;
|
|
|
|
private:
|
|
- void SetErrorText(char *txt);
|
|
+ void SetErrorText(const char *txt);
|
|
static int X11ErrorHandler(Display *dis,XErrorEvent *err);
|
|
|
|
public:
|