summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schanda <schanda@itestra.de>2013-05-06 16:07:17 +0200
committerJohannes Schanda <schanda@itestra.de>2013-05-06 16:07:17 +0200
commitc4970e91eb70772d4caf76bb459fbe1e3248a565 (patch)
tree0d509ba7b4409311fd5322a0447d1805a5947d5b
parentc3591ae0ec83dda28b38a9a750e9599647431ebf (diff)
downloadgenivi-common-api-dbus-runtime-c4970e91eb70772d4caf76bb459fbe1e3248a565.tar.gz
Fix compile of main loop unit test
-rw-r--r--src/test/DBusMainLoopIntegrationTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/DBusMainLoopIntegrationTest.cpp b/src/test/DBusMainLoopIntegrationTest.cpp
index c39130c..c08c25e 100644
--- a/src/test/DBusMainLoopIntegrationTest.cpp
+++ b/src/test/DBusMainLoopIntegrationTest.cpp
@@ -367,7 +367,7 @@ class DBusInGLibMainLoopTest: public ::testing::Test {
std::map<CommonAPI::DispatchSource*, GSource*> gSourceMappings;
- GIOChannel* dbusChannel_ = NULL;
+ GIOChannel* dbusChannel_;
void watchAddedCallback(CommonAPI::Watch* watch, const CommonAPI::DispatchPriority dispatchPriority) {
const pollfd& fileDesc = watch->getAssociatedFileDescriptor();