blob: 1c81d47f97e087913e309008985a459f82004bee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/OBPager.h.orig 2014-02-14 15:36:36.000000000 +0100
+++ src/OBPager.h 2014-02-14 15:37:08.000000000 +0100
@@ -63,7 +63,7 @@
~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();
|