X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eb22f2a6dc1d8cafc91482b6ba45df86fc54f626..249aad307f8396980986481ef17bebe966a91ab3:/src/mac/accel.cpp diff --git a/src/mac/accel.cpp b/src/mac/accel.cpp index ebd4580eb1..14aa88e53a 100644 --- a/src/mac/accel.cpp +++ b/src/mac/accel.cpp @@ -1,11 +1,11 @@ ///////////////////////////////////////////////////////////////////////////// // Name: accel.cpp // Purpose: wxAcceleratorTable -// Author: AUTHOR +// Author: Stefan Csomor // Modified by: -// Created: ??/??/98 +// Created: 1998-01-01 // RCS-ID: $Id$ -// Copyright: (c) AUTHOR +// Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -88,7 +88,7 @@ int wxAcceleratorTable::GetCommand( wxKeyEvent &event ) { if (!Ok()) return -1; - wxwxAccelListNode *node = M_ACCELDATA->m_accels.GetFirst(); + wxAccelList::Node *node = M_ACCELDATA->m_accels.GetFirst(); while (node) { wxAcceleratorEntry *entry = (wxAcceleratorEntry*)node->GetData();