Corrected signature of History::Go()

This commit is contained in:
vidur%netscape.com 1999-09-21 05:11:55 +00:00
parent 03c53ed728
commit 72600c0c5a

View File

@ -9,5 +9,5 @@
void back(); void back();
void forward(); void forward();
void go(in int index); void go(/* ... */);
}; };