aboutsummaryrefslogtreecommitdiff
path: root/src/patch/patch.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/patch/patch.hh')
-rw-r--r--src/patch/patch.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/patch/patch.hh b/src/patch/patch.hh
index b296d7f..83ca3a3 100644
--- a/src/patch/patch.hh
+++ b/src/patch/patch.hh
@@ -159,8 +159,8 @@ public:
// are we a +[xyz] or -[xyz] patch?
bool is_plus() const { return is_plus_; }
// ... values for the is_plus_in constructor argument
- static const bool plus_patch = true;
- static const bool minus_patch = false;
+ static const bool patch_is_plus = true;
+ static const bool patch_is_minus = false;
// are we a (+/-) x or y or z patch?
// ... n.b. type is `char' because this is handy for both