diff options
Diffstat (limited to 'Source/CMMCPResult.h')
-rw-r--r-- | Source/CMMCPResult.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/CMMCPResult.h b/Source/CMMCPResult.h index d460b361..c756c5a6 100644 --- a/Source/CMMCPResult.h +++ b/Source/CMMCPResult.h @@ -27,9 +27,7 @@ #define FIELD_TYPE_BIT 16 -@interface CMMCPResult : MCPResult { - -} +@interface CMMCPResult : MCPResult - (id)fetchRowAsType:(MCPReturnType)aType; |