diff --git a/src/object/object.h b/src/object/object.h index b957d97f5..9b387e804 100644 --- a/src/object/object.h +++ b/src/object/object.h @@ -23,7 +23,7 @@ // ============================================================================= -namespace Linphone { +namespace LinphonePrivate { class Object; class ObjectPrivate { diff --git a/src/object/singleton.h b/src/object/singleton.h index 37506542d..5123e0e73 100644 --- a/src/object/singleton.h +++ b/src/object/singleton.h @@ -23,7 +23,7 @@ // ============================================================================= -namespace Linphone { +namespace LinphonePrivate { template class Singleton : public Object { public: