Change to suppress compiler warning.

This commit is contained in:
Davis King 2015-12-23 21:31:35 -05:00
parent c627898eee
commit 5875fa75ca
1 changed files with 1 additions and 1 deletions

View File

@ -740,8 +740,8 @@ namespace dlib
}
subnet_type subnetwork;
LAYER_DETAILS details;
subnet_type subnetwork;
bool this_layer_setup_called;
bool gradient_input_is_stale;
bool get_output_and_gradient_input_disabled;