summaryrefslogtreecommitdiff
path: root/libgpsmm.h
diff options
context:
space:
mode:
authorBernd Zeimetz <bernd@bzed.de>2009-05-24 15:17:10 +0000
committerBernd Zeimetz <bernd@bzed.de>2009-05-24 15:17:10 +0000
commite62318cf63370a7a57e18282211c7747db9c3fc6 (patch)
tree907f48388e755b2fa121bbaaed5392313789e71b /libgpsmm.h
parent0cf09cd641e8ec8f101f93efba2cf961f268681d (diff)
downloadgpsd-e62318cf63370a7a57e18282211c7747db9c3fc6.tar.gz
Move implementation of constructor to .cpp file, initialize gps.
Patch by ewoerner.
Diffstat (limited to 'libgpsmm.h')
-rw-r--r--libgpsmm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgpsmm.h b/libgpsmm.h
index 294e77c9..39b94a8d 100644
--- a/libgpsmm.h
+++ b/libgpsmm.h
@@ -14,7 +14,7 @@
class gpsmm {
public:
- gpsmm() { };
+ gpsmm();
virtual ~gpsmm();
struct gps_data_t* open(const char *host,const char *port); //opens the connection with gpsd, MUST call this before any other method
struct gps_data_t* open(void); //open() with default values