Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
Fix compile issue with older versions of wxGTK on Fedora 7. Per Bob G…
Browse files Browse the repository at this point in the history
…ustafson.

git-svn-id: svn://svn.pgadmin.org/trunk@6719 a7884b65-44f6-0310-8a51-81a127f17b15
  • Loading branch information
dpage committed Oct 8, 2007
1 parent e6a0d05 commit 5f4d347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pgadmin/dlg/dlgProperty.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ dlgProperty::dlgProperty(pgaFactory *f, frmMain *frame, const wxString &resName)
database=0;
connection=0;
factory=f;
item = NULL;
owneritem = NULL;
item = (void *)NULL;
owneritem = (void *)NULL;
wxWindowBase::SetFont(settings->GetSystemFont());
LoadResource(frame, resName);

Expand Down

0 comments on commit 5f4d347

Please sign in to comment.