<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -17,7 +17,13 @@ enum {
 @class PFAddress;
 @class PFBackgroundView;
 
-@interface PFStoreWindowController : NSWindowController &lt;NSWindowDelegate&gt;
+#ifdef MAC_OS_X_VERSION_10_6
+#define WINDOW_DELEGATE &lt;NSWindowDelegate&gt;
+#else
+#define WINDOW_DELEGATE
+#endif
+
+@interface PFStoreWindowController : NSWindowController WINDOW_DELEGATE
 {
 	IBOutlet PFBackgroundView *headerView;
 	IBOutlet PFBackgroundView *mainContentView;</diff>
      <filename>Source/PFStoreWindowController.h</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8f6a57df55875c29a127b5d2e972b0b91e13249a</id>
    </parent>
  </parents>
  <author>
    <name>Andy Kim</name>
    <email>andy@potionfactory.com</email>
  </author>
  <url>http://github.com/potionfactory/potionstorefront/commit/272e4ce48f60ff690a249b13ae31521bd81d9fc8</url>
  <id>272e4ce48f60ff690a249b13ae31521bd81d9fc8</id>
  <committed-date>2009-10-13T12:53:34-07:00</committed-date>
  <authored-date>2009-10-13T12:53:34-07:00</authored-date>
  <message>Made it compile on 10.5</message>
  <tree>adca5772f6b6044da96e62edd635c3ca2180f1bc</tree>
  <committer>
    <name>Andy Kim</name>
    <email>andy@potionfactory.com</email>
  </committer>
</commit>
