ソースを参照

Missing changes for Android.

Signed-off-by: Joerg H. Mueller <[email protected]>
Joerg H. Mueller 1 年間 前
コミット
234d1c2896
1 ファイル変更6 行追加1 行削除
  1. 6 1
      Gem/Code/Source/Platform/Android/Utils_Android.cpp

+ 6 - 1
Gem/Code/Source/Platform/Android/Utils_Android.cpp

@@ -18,7 +18,12 @@ namespace AtomSampleViewer
             return false;
             return false;
         }
         }
 
 
-        bool RunDiffTool(const AZStd::string& filePathA, const AZStd::string& filePathB)
+        AZStd::string GetDefaultDiffToolPath_Impl()
+        {
+            return AZStd::string("");
+        }
+
+        bool RunDiffTool_Impl(const AZStd::string& diffToolPath, const AZStd::string& filePathA, const AZStd::string& filePathB)
         {
         {
             return false;
             return false;
         }
         }