Kaydet (Commit) b398945d authored tarafından Michael Meeks's avatar Michael Meeks

scaddins: quick fix for conflict on ConvertData.

Also used by VCL image plugins - defer the rest to an easy-hack.
Mostly impacts mobile which uses scaddins linked without a map file.

Change-Id: I49fd40146905f4de42c9b0e7355ab89689c776bf
üst 229891d6
...@@ -448,6 +448,7 @@ enum ConvertDataClass ...@@ -448,6 +448,7 @@ enum ConvertDataClass
class ConvertDataList; class ConvertDataList;
namespace analysis {
class ConvertData class ConvertData
{ {
...@@ -484,6 +485,9 @@ public: ...@@ -484,6 +485,9 @@ public:
inline bool IsPrefixSupport( void ) const; inline bool IsPrefixSupport( void ) const;
}; };
} // namespace analysis
using namespace ::analysis;
class ConvertDataLinear : public ConvertData class ConvertDataLinear : public ConvertData
{ {
......
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