Commit 5c694e28 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov
parent e8eddad0
......@@ -1974,7 +1974,6 @@ namespace NSEditorApi
{
public:
js_wrapper<bool> m_bAbove;
js_wrapper<bool> m_bBelow;
js_wrapper<bool> m_bIsAdd; // true - add, false - remove
js_wrapper<int> m_nType; // 1 - column, 2 - row
......@@ -1987,7 +1986,6 @@ namespace NSEditorApi
}
LINK_PROPERTY_BOOL_JS(Above)
LINK_PROPERTY_BOOL_JS(Below)
LINK_PROPERTY_BOOL_JS(IsAdd)
LINK_PROPERTY_INT_JS(Type)
};
......
......@@ -465,6 +465,7 @@
FILEDOWNLOADER_OWN_IMPLEMENTATION,
_IOS,
FILTER_FLATE_DECODE_ENABLED,
_ARM_ALIGN_,
);
HEADER_SEARCH_PATHS = (
"$(inherited)",
......@@ -500,6 +501,7 @@
FILEDOWNLOADER_OWN_IMPLEMENTATION,
_IOS,
FILTER_FLATE_DECODE_ENABLED,
_ARM_ALIGN_,
);
HEADER_SEARCH_PATHS = (
"$(inherited)",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment