summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include/ctaskbar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/nxwm/include/ctaskbar.hxx')
-rw-r--r--NxWidgets/nxwm/include/ctaskbar.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/NxWidgets/nxwm/include/ctaskbar.hxx b/NxWidgets/nxwm/include/ctaskbar.hxx
index c290cb8ae..4e12fdb2c 100644
--- a/NxWidgets/nxwm/include/ctaskbar.hxx
+++ b/NxWidgets/nxwm/include/ctaskbar.hxx
@@ -366,6 +366,7 @@ namespace NxWM
* used during automated testing of NxWM.
*/
+#ifdef CONFIG_NXWM_UNITTEST
inline void clickIcon(int index)
{
if (index < m_slots.size())
@@ -387,6 +388,7 @@ namespace NxWM
image->click(imagePos.x + (imageSize.w >> 1), imagePos.y + (imageSize.h >> 1));
}
}
+#endif
};
}