diff options
author | Philip Rauwolf <rauwolf@itestra.de> | 2013-06-06 13:15:46 +0200 |
---|---|---|
committer | Philip Rauwolf <rauwolf@itestra.de> | 2013-06-06 13:15:46 +0200 |
commit | 8877eaf242664afb44afffa944cee7eccb212992 (patch) | |
tree | 1e0572f627aae5b744ab388282c7695bde6b4a7c /src | |
parent | 20098cc52b3b7549ed667bd7ae231f32923ceab5 (diff) | |
download | genivi-common-api-runtime-8877eaf242664afb44afffa944cee7eccb212992.tar.gz |
Fixed an issue for older compilers
Diffstat (limited to 'src')
-rw-r--r-- | src/CommonAPI/Factory.h | 3 |
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; }; |