diff options
author | bloodstalker <thabogre@gmail.com> | 2016-11-30 19:55:27 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-11-30 19:55:27 +0000 |
commit | 634c5b4df44f0374fa0148cc2a9623d8d3a40069 (patch) | |
tree | 16585be3159df1a7faeca48e6bd13e29338b644c | |
parent | fixed a comment (diff) | |
download | mutator-634c5b4df44f0374fa0148cc2a9623d8d3a40069.tar.gz mutator-634c5b4df44f0374fa0148cc2a9623d8d3a40069.zip |
added a comment regarding replacements
Diffstat (limited to '')
-rw-r--r-- | mutator.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mutator.cpp b/mutator.cpp index 22dc88e..50bdab2 100644 --- a/mutator.cpp +++ b/mutator.cpp @@ -1,6 +1,8 @@ /*first line intentionally left blank.*/ /**********************************************************************************************************************/ +/*FIXME-all classes should use replacements.*/ +/**********************************************************************************************************************/ /*included modules*/ /*project headers*/ #include "mutator_aux.h" |