diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-07-07 14:44:59 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-07-07 14:52:35 +0200 |
commit | 64fe80db1f06c01084a1c8c498ac874ce4e476ce (patch) | |
tree | 8e1f4b47ac465c2c102c4bc8015f7b6e1f5d19f3 /include/tools | |
parent | 2b429eff07ed3e3049e47e0219669a47bada4905 (diff) |
Replace GetAppData(SHL_SVDDE) with a static pointer var
Change-Id: I63d35dc3dbfb1185d5795316d2c1d77745d85451
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/shl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/shl.hxx b/include/tools/shl.hxx index 0e4806286a5b..85a42429ca90 100644 --- a/include/tools/shl.hxx +++ b/include/tools/shl.hxx @@ -33,7 +33,7 @@ // 6 (SHL_TOOLS) removed // 7 (SHL_SV) removed // 8 (SHL_SVT) removed -#define SHL_SVDDE 9 +// 9 (SHL_SVDDE) removed // 10 (SHL_ERR) removed //11 (SHL_IPC) removed //12 (SHL_SVX) removed |