ecere/gui/DropBox: Fixed type of FindSubRow to be int64
authorJerome St-Louis <jerome@ecere.com>
Sun, 10 Mar 2013 06:30:18 +0000 (01:30 -0500)
committerJerome St-Louis <jerome@ecere.com>
Sun, 10 Mar 2013 06:30:18 +0000 (01:30 -0500)
ecere/src/gui/controls/DropBox.ec

index 26677f8..b057c65 100644 (file)
@@ -383,7 +383,7 @@ public:
       return null;
    }
 
-   DataRow FindSubRow(int tag)
+   DataRow FindSubRow(int64 tag)
    {
       if(this)
       {