Skip to content

Commit

Permalink
fix compil
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelachaux committed Aug 29, 2023
1 parent f3ef1f1 commit 7186ca9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project/Sources/Methods/APP_MAKER_Load_page.4dm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ End if
var $node; $root; $t : Text
var $notSet; $set : Picture
var $expanded; $isOn; $loaded : Boolean
var $i; $page; $ref; $sublist; $uid : Integer
var $i; $ref; $sublist; $uid : Integer
var $ƒ : Object
var $xml : cs:C1710.xml

Expand Down
4 changes: 2 additions & 2 deletions Project/Sources/Methods/key_UPDATE.4dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ var $goUp; $bottom; $number; $height; $i; $left : Integer
var $optimalHeight; $optimalWidth; $ref; $right; $sublist : Integer
var $top; $width; $indx; $pos : Integer
var $Ptr_column_1; $Ptr_column_2; $Ptr_column_3 : Pointer
var $node; $t; $name; $os; $databaseFolderPathname; $t : Text
var $type; $node; $xpath : Text
var $node; $name; $os; $databaseFolderPathname; $t : Text
var $type; $xpath : Text
var $notSet : Picture

// ----------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Project/Sources/catalog.4DCatalog
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE base SYSTEM "http://www.4d.com/dtd/2007/base.dtd" >
<base name="4DPop AppMaker" uuid="93DAC30FBA9B4B289E05B05A5BEF91BF" collation_locale="fr">
<schema name="DEFAULT_SCHEMA"/>
<base_extra package_name="4DPop AppMaker" structure_file_name="4DPop AppMaker" data_file_path=":4DPop AppMaker.4DD" __stringCompHash="icu:72.1.0" __keywordBuildingHash="icu:72.1.0">
<base_extra package_name="4DPop AppMaker" structure_file_name="4DPop AppMaker" data_file_path=":4DPop AppMaker.4DD">
<temp_folder folder_selector="system"/>
<journal_file journal_file_enabled="false"/>
</base_extra>
Expand Down

0 comments on commit 7186ca9

Please sign in to comment.