This commit is contained in:
2021-05-31 13:02:32 +03:00
parent 52a3653261
commit 6af21622a1

View File

@@ -35,7 +35,7 @@
#else
# define piCout PICout(piDebug)
# define piCoutObj PICout(piDebug && debug()) << (PIStringAscii("[") + className() + (name().isEmpty() ? "" : PIStringAscii(" \"") + name() + PIStringAscii("\"]")))
# define piCoutObj PICout(piDebug && debug()) << (PIStringAscii("[") + className() + (name().isEmpty() ? "]" : PIStringAscii(" \"") + name() + PIStringAscii("\"]")))
#endif