summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Rauwolf <rauwolf@itestra.de>2013-06-06 13:15:46 +0200
committerPhilip Rauwolf <rauwolf@itestra.de>2013-06-06 13:15:46 +0200
commit8877eaf242664afb44afffa944cee7eccb212992 (patch)
tree1e0572f627aae5b744ab388282c7695bde6b4a7c
parent20098cc52b3b7549ed667bd7ae231f32923ceab5 (diff)
downloadgenivi-common-api-runtime-8877eaf242664afb44afffa944cee7eccb212992.tar.gz
Fixed an issue for older compilers
-rw-r--r--src/CommonAPI/Factory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CommonAPI/Factory.h b/src/CommonAPI/Factory.h
index 9760d04..f0f1b0d 100644
--- a/src/CommonAPI/Factory.h
+++ b/src/CommonAPI/Factory.h
@@ -4,6 +4,7 @@
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
#ifndef COMMONAPI_FACTORY_H_
#define COMMONAPI_FACTORY_H_
@@ -289,7 +290,7 @@ class Factory {
return true;
}
- friend ServicePublisher;
+ friend class ServicePublisher;
};