diff options
Diffstat (limited to 'build/operation')
-rw-r--r-- | build/operation | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/operation b/build/operation index 45e054f..7492050 100644 --- a/build/operation +++ b/build/operation @@ -16,9 +16,9 @@ namespace build { - struct location; + class location; class scope; - struct target_key; + class target_key; // While we are using uint8_t for the meta/operation ids, we assume // that each is limited to 4 bits (max 128 entries) so that we can |