diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-08 03:38:08 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-08 03:38:08 -0400 |
| commit | 4ab6251449b4c88869b12514f67c8731ab14c93c (patch) | |
| tree | 2d732d884cb8a8e4ada340ea423321ff17e35ad3 /new/window_darwin.m | |
| parent | 5597606f188833979a7dbcf4a833e55e678f6e82 (diff) | |
Wrote up cleanup gunk on Mac OS X. Really gunk; I don't like what all this does but I don't think there's another way.
Diffstat (limited to 'new/window_darwin.m')
| -rw-r--r-- | new/window_darwin.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/new/window_darwin.m b/new/window_darwin.m index 8d582c3..ad5506a 100644 --- a/new/window_darwin.m +++ b/new/window_darwin.m @@ -10,7 +10,7 @@ @implementation loggingNSWindow -uiLogObjCClassAllocations +uiLogObjCClassAllocations() @end #else @@ -25,7 +25,7 @@ uiLogObjCClassAllocations @implementation uiWindowDelegate -uiLogObjCClassAllocations +uiLogObjCClassAllocations() - (BOOL)windowShouldClose:(id)win { |
