From 5875fa75ca9ea477fc2cd0f4d15b40c50738bd0c Mon Sep 17 00:00:00 2001 From: Davis King Date: Wed, 23 Dec 2015 21:31:35 -0500 Subject: [PATCH] Change to suppress compiler warning. --- dlib/dnn/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlib/dnn/core.h b/dlib/dnn/core.h index a503ee962..80529128e 100644 --- a/dlib/dnn/core.h +++ b/dlib/dnn/core.h @@ -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;