ports/sysutils/synergy-devel/files/patch-CConfig.h
Kevin Lo 7dd57b37ba Fix build on -current.
Approved by:	gnn (maintainer)
2013-12-13 14:55:55 +00:00

11 lines
352 B
C

--- src/lib/server/CConfig.h.orig 2013-09-12 16:03:30.000000000 +0800
+++ src/lib/server/CConfig.h 2013-09-12 16:04:07.000000000 +0800
@@ -483,7 +483,7 @@
bool readLine(CString&);
UInt32 getLineNumber() const;
- operator void*() const;
+ operator bool() const;
bool operator!() const;
OptionValue parseBoolean(const CString&) const;