blob: 05d245f86d827622adbddbad24b02dc672632557 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/OBPager.h.orig 2004-09-01 14:23:44 UTC
+++ src/OBPager.h
@@ -63,7 +63,7 @@ class OBPager
~OBPager();
/// Connect to a specified X server display, or the default display
- void connectToXServer(char *displayName = NULL);
+ void connectToXServer(const char *displayName = NULL);
/// Create and show the X window
void createShowWindow();
|