summaryrefslogtreecommitdiffstats
path: root/src/CommandOutput.h
diff options
context:
space:
mode:
authorSamuel Barney <samjbarney@gmail.com>2014-08-25 21:16:49 +0200
committerSamuel Barney <samjbarney@gmail.com>2014-08-25 21:16:49 +0200
commit0e2df0fe496c83f9993863479da150b686087f0b (patch)
tree0d1540287fc27910a9831ad12c2a334d3a7b5340 /src/CommandOutput.h
parentFixed some things from the mass replace. (diff)
downloadcuberite-0e2df0fe496c83f9993863479da150b686087f0b.tar
cuberite-0e2df0fe496c83f9993863479da150b686087f0b.tar.gz
cuberite-0e2df0fe496c83f9993863479da150b686087f0b.tar.bz2
cuberite-0e2df0fe496c83f9993863479da150b686087f0b.tar.lz
cuberite-0e2df0fe496c83f9993863479da150b686087f0b.tar.xz
cuberite-0e2df0fe496c83f9993863479da150b686087f0b.tar.zst
cuberite-0e2df0fe496c83f9993863479da150b686087f0b.zip
Diffstat (limited to 'src/CommandOutput.h')
-rw-r--r--src/CommandOutput.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommandOutput.h b/src/CommandOutput.h
index 0fc1a370a..391d5a868 100644
--- a/src/CommandOutput.h
+++ b/src/CommandOutput.h
@@ -9,7 +9,7 @@
/** Interface for a callback that receives command output
The Out() function is called for any output the command has produced.
-Descendants /*override*/ that function to provide specific processing of the output.
+Descendants override that function to provide specific processing of the output.
*/
class cCommandOutputCallback
{