mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 17:07:20 +01:00
Fix uninitialized variable.
This commit is contained in:
parent
aaf744aad0
commit
74c46ccfda
@ -260,8 +260,8 @@ void ListWebPage::_notification(const int what) {
|
||||
}
|
||||
}
|
||||
|
||||
ListWebPage::ListWebPage() :
|
||||
WebNode() {
|
||||
ListWebPage::ListWebPage() {
|
||||
paginate = true;
|
||||
max_visible_navigation_links = 6;
|
||||
entry_per_page = 4;
|
||||
main_div_class = "list_page";
|
||||
|
Loading…
Reference in New Issue
Block a user