]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/sound.tex
fix warning
[wxWidgets.git] / docs / latex / wx / sound.tex
index f67b1f450c30d80d42fa48243111da31045b8931..fd48c22e874f7fc97f7dca31229af99ea3c78e94 100644 (file)
@@ -16,7 +16,7 @@ on Windows and Unix (and uses either
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxSound::wxSound}\label{wxsoundconstr}
+\membersection{wxSound::wxSound}\label{wxsoundctor}
 
 \func{}{wxSound}{\void}
 
@@ -33,7 +33,7 @@ determine whether this succeeded.
 
 \docparam{isResource}{\true if {\it fileName} is a resource, \false if it is a filename.}
 
-\membersection{wxSound::\destruct{wxSound}}
+\membersection{wxSound::\destruct{wxSound}}\label{wxsounddtor}
 
 \func{}{\destruct{wxSound}}{\void}
 
@@ -89,6 +89,7 @@ and loops until another sound is played,
 \end{twocollist}
 
 The static form is shorthand for this code:
+
 \begin{verbatim}
 wxSound(filename).Play(flags);
 \end{verbatim}