From de3ac0f5c872e87ae58c907a19142a8d0dd24f6c Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 22 Jul 2004 00:57:42 +0000 Subject: [PATCH] cleanup git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_sound.i | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wxPython/src/_sound.i b/wxPython/src/_sound.i index ad1e0ea9a8..f82c444df1 100644 --- a/wxPython/src/_sound.i +++ b/wxPython/src/_sound.i @@ -24,9 +24,9 @@ enum wxSoundFlags { - wxSOUND_SYNC = 0, - wxSOUND_ASYNC = 1, - wxSOUND_LOOP = 2 + wxSOUND_SYNC, + wxSOUND_ASYNC, + wxSOUND_LOOP }; -- 2.49.0