- fix up references to LibSharedMedia-2.0 after the library upgrade

This commit is contained in:
Parnic
2008-01-19 16:37:52 +00:00
parent ced858b06a
commit ca8380b880
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
local AceOO = AceLibrary("AceOO-2.0")
local SML = AceLibrary("SharedMedia-1.0")
local SML = AceLibrary("LibSharedMedia-2.0")
IceElement = AceOO.Class("AceEvent-2.0")
IceElement.virtual = true