@@ -1,10 +1,10 @@ #import "PGException.h" @interface PGCommandFailedException: PGException { - OFString *command; + OFString *_command; } #ifdef OF_HAVE_PROPERTIES @property (readonly, copy, nonatomic) OFString *command; #endif