fix
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
# define piCout PICout(piDebug)
|
# 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
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user