summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-17 16:55:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-17 16:55:13 +0000
commitbcf87589a010480afbe6ab9f1b81cde37c6bdbb5 (patch)
tree99bfbd591a8a3aa0175b6ea074293e7faaff1a05 /NxWidgets/nxwm/include
parent20958add7b2acc205e71569a3f318196baf7b7cf (diff)
downloadnuttx-bcf87589a010480afbe6ab9f1b81cde37c6bdbb5.tar.gz
nuttx-bcf87589a010480afbe6ab9f1b81cde37c6bdbb5.tar.bz2
nuttx-bcf87589a010480afbe6ab9f1b81cde37c6bdbb5.zip
Fix a C++ link issue: If constant strings used only in constructor, the don't get linked into the final executable
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4743 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/nxwm/include')
-rw-r--r--NxWidgets/nxwm/include/cstartwindow.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/NxWidgets/nxwm/include/cstartwindow.hxx b/NxWidgets/nxwm/include/cstartwindow.hxx
index b0cad6127..8b5fd92d3 100644
--- a/NxWidgets/nxwm/include/cstartwindow.hxx
+++ b/NxWidgets/nxwm/include/cstartwindow.hxx
@@ -85,6 +85,12 @@ namespace NxWM
enum EStartWindowMessageOpcodes msgId; /**< The message opcode */
FAR void *instance; /**< Object instance. */
};
+
+ /**
+ * The well-known name for the Start Window's message queue.
+ */
+
+ extern FAR const char *g_startWindowMqName;
/**
* This class is the the start window application.