fixed export tag
[sdlgit/SDL-Site.git] / pages / SDL-Surface.html-inc
index f8bb751..5de90d2 100644 (file)
@@ -72,7 +72,7 @@
 <h1 id="CONSTANTS">CONSTANTS</h1><p><a href="#TOP" class="toplink">Top</a></p>
 <div id="CONSTANTS_CONTENT">
 <p>The constants are not exported by default. You can export them into your namespace by doing:</p>
-<pre> use SDL::Video ':flags';
+<pre> use SDL::Video ':surface';
 
 </pre>
 <p>or</p>