diff options
Diffstat (limited to 'src/urlbar/urlresolver.h')
-rw-r--r-- | src/urlbar/urlresolver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/urlresolver.h b/src/urlbar/urlresolver.h index b3d1c9ff..e6ca7703 100644 --- a/src/urlbar/urlresolver.h +++ b/src/urlbar/urlresolver.h @@ -56,7 +56,7 @@ public: Browse = 0x00000010, History = 0x00000100, Bookmark = 0x00001000, - Suggestion = 0x00010000, + Suggestion = 0x00010000 }; int type; |