Fixed an issue for older compilers
authorPhilip Rauwolf <rauwolf@itestra.de>
Thu, 6 Jun 2013 11:15:46 +0000 (13:15 +0200)
committerPhilip Rauwolf <rauwolf@itestra.de>
Thu, 6 Jun 2013 11:15:46 +0000 (13:15 +0200)
src/CommonAPI/Factory.h

index 9760d04..f0f1b0d 100644 (file)
@@ -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;
 };