mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Corrected signature of History::Go()
This commit is contained in:
parent
03c53ed728
commit
72600c0c5a
@ -9,5 +9,5 @@
|
||||
|
||||
void back();
|
||||
void forward();
|
||||
void go(in int index);
|
||||
void go(/* ... */);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user