fix build break. accepted/tizen/unified/20210705.125141 submit/tizen/20210703.045735
authorHermet Park <chuneon.park@samsung.com>
Sat, 3 Jul 2021 04:47:54 +0000 (13:47 +0900)
committerHermet Park <chuneon.park@samsung.com>
Sat, 3 Jul 2021 04:47:54 +0000 (13:47 +0900)
This is a temporary fix for dali-integration.

Change-Id: I8204612b62dbe7f86f73e1cd8d6ceebc53e12e08

inc/thorvg.h

index 526255b..f5cb0a7 100644 (file)
@@ -1012,7 +1012,7 @@ public:
      *
      * @warning: you have responsibility to release the @p data memory if the @p copy is true
      */
-    Result load(const char* data, uint32_t size, bool copy = false) noexcept;
+    Result load(const char* data, uint32_t size, bool copy) noexcept;
     Result load(const char* data, uint32_t size) noexcept;
 
     /**