diff --git a/uppsrc/RasterPlayer/RasterPlayer.h b/uppsrc/RasterPlayer/RasterPlayer.h index 1da71395a..fb9c55826 100644 --- a/uppsrc/RasterPlayer/RasterPlayer.h +++ b/uppsrc/RasterPlayer/RasterPlayer.h @@ -10,8 +10,8 @@ private: virtual void Paint(Draw& w); bool IsKilled(); - Array images; - Array delays; + Upp::Array images; + Upp::Array delays; int ind; Color background; double speed;