summaryrefslogtreecommitdiff
path: root/include/class.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/class.h')
-rw-r--r--include/class.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/class.h b/include/class.h
index 1ac4f00..72615e5 100644
--- a/include/class.h
+++ b/include/class.h
@@ -116,9 +116,9 @@ private:
}
/**
- * Extensions have access to the private base class
+ * Namespaces have access to the private base class
*/
- friend class Extension;
+ friend class Namespace;
};
/**