summaryrefslogtreecommitdiffstats
path: root/src/output.hpp
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-04-10 22:00:34 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-04-10 22:00:34 +0200
commit0e9b564f8cb89e377738723fc431c1420f2f360c (patch)
tree4187fb7b7011fe7a408bdb1d0b92a3df2b4c8aa9 /src/output.hpp
parent4976085b722319a29a84e0591ba52d6cfd94b3da (diff)
downloadsolar-0e9b564f8cb89e377738723fc431c1420f2f360c.tar
solar-0e9b564f8cb89e377738723fc431c1420f2f360c.zip
output: rename i argument to state
Diffstat (limited to 'src/output.hpp')
-rw-r--r--src/output.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output.hpp b/src/output.hpp
index da5fb2f..6704ed4 100644
--- a/src/output.hpp
+++ b/src/output.hpp
@@ -72,7 +72,7 @@ protected:
void initialize();
virtual const generator_t * get_generator() = 0;
- virtual void emit_state(unsigned i) = 0;
+ virtual void emit_state(unsigned state) = 0;
output_t(const char *header, const char *source);