]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/OO.qh
Lint
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / OO.qh
index 63a70f7da8bbce07dc95bc1f9f83f2c25fe0e7b6..d4efe9a6e346f48217426f4c292bfa0b7f919ec8 100644 (file)
@@ -40,7 +40,7 @@ entity __spawn(string _classname, string _sourceFile, int _sourceLine) {
 // Classes have a `spawn##cname(entity)` constructor
 // The parameter is used across [[accumulate]] functions
 
-// Macro to hide this implementation detail
+// Macros to hide this implementation detail:
 #define NEW(cname, ...) \
     OVERLOAD(spawn##cname, new(cname), ##__VA_ARGS__)