diff options
| author | Alexander Gavrilov | 2012-09-17 12:47:18 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-09-17 12:47:18 +0400 |
| commit | c1e20c6f0565007c47cce9aaa06199a061dac20e (patch) | |
| tree | 1c783992a9475299a06c7043940412b4fd57cd47 /plugins/sort.cpp | |
| parent | 58fda716e6c1feee85ce7fb15d913c87444c3feb (diff) | |
| download | dfhack-c1e20c6f0565007c47cce9aaa06199a061dac20e.tar.gz dfhack-c1e20c6f0565007c47cce9aaa06199a061dac20e.tar.bz2 dfhack-c1e20c6f0565007c47cce9aaa06199a061dac20e.tar.xz | |
Follow changes to structures.
Diffstat (limited to 'plugins/sort.cpp')
| -rw-r--r-- | plugins/sort.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sort.cpp b/plugins/sort.cpp index ff51fc77..4b2bf7bb 100644 --- a/plugins/sort.cpp +++ b/plugins/sort.cpp @@ -228,7 +228,7 @@ static void sort_null_first(vector<string> ¶meters) vector_insert_at(parameters, 0, std::string("<exists")); } -static df::layer_object_listst *getLayerList(df::viewscreen_layerst *layer, int idx) +static df::layer_object_listst *getLayerList(df::viewscreen_layer *layer, int idx) { return virtual_cast<df::layer_object_listst>(vector_get(layer->layer_objects,idx)); } |
