diff options
Diffstat (limited to 'Source/TableContent.h')
-rw-r--r-- | Source/TableContent.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/TableContent.h b/Source/TableContent.h index 0e5aad67..b440bf6a 100644 --- a/Source/TableContent.h +++ b/Source/TableContent.h @@ -28,6 +28,9 @@ #import <Cocoa/Cocoa.h> #import <MCPKit_bundled/MCPKit_bundled.h> + +// since the QuickLook framework is private we have to make +// these methods public to avoid warnings while compiling @interface QLPreviewPanel : NSPanel { } @@ -165,7 +168,7 @@ int numRows, currentlyEditingRow, maxNumRowsOfCurrentTable; bool areShowingAllRows; - int qlPane; + int quickLookCloseMarker; } //table methods |