浏览代码

Fix warning caused by previous commit on this file.

Martijn Laan 6 年之前
父节点
当前提交
54b77a40c1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Components/FolderTreeView.pas

+ 1 - 1
Components/FolderTreeView.pas

@@ -135,7 +135,7 @@ implementation
 }
 
 uses
-  PathFunc, ShellApi, UxThemeISX{$IFDEF IS_D12}, Types{$ENDIF};
+  PathFunc, ShellApi, UxThemeISX, Types;
 
 const
   SHPPFW_NONE = $00000000;