Browse Source

fixed import before types errors

Nicolas Cannasse 13 years ago
parent
commit
23deeefcaa
2 changed files with 2 additions and 2 deletions
  1. 0 0
      std/cs/internal/HxObject.hx
  2. 2 2
      std/php/db/PDO.hx

File diff suppressed because it is too large
+ 0 - 0
std/cs/internal/HxObject.hx


+ 2 - 2
std/php/db/PDO.hx

@@ -31,6 +31,8 @@ import sys.db.Connection;
 import sys.db.ResultSet;
 import sys.db.ResultSet;
 #end
 #end
 
 
+import php.Lib;
+
 /**
 /**
  * PDO::FETCH_COLUMN = 7
  * PDO::FETCH_COLUMN = 7
  * PDO::FETCH_CLASS = 8
  * PDO::FETCH_CLASS = 8
@@ -87,8 +89,6 @@ extern class PDOStatement
 	public function setFetchMode(mode : Int, ?fetch : Dynamic, ?ctorargs : NativeArray) : Bool;
 	public function setFetchMode(mode : Int, ?fetch : Dynamic, ?ctorargs : NativeArray) : Bool;
 }
 }
 
 
-import php.Lib;
-
 private class PDOConnection implements Connection {
 private class PDOConnection implements Connection {
 
 
 	var pdo : PDOClass;
 	var pdo : PDOClass;

Some files were not shown because too many files changed in this diff