aboutsummaryrefslogtreecommitdiff
path: root/cpp/src/lookup_key.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/lookup_key.h')
-rw-r--r--cpp/src/lookup_key.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/lookup_key.h b/cpp/src/lookup_key.h
index be76656..9e4e3d5 100644
--- a/cpp/src/lookup_key.h
+++ b/cpp/src/lookup_key.h
@@ -52,6 +52,9 @@ class LookupKey {
private:
std::map<AddressField, std::string> nodes_;
+ // The language of the key, obtained from the address (empty for default
+ // language).
+ std::string language_;
DISALLOW_COPY_AND_ASSIGN(LookupKey);
};