diff options
author | Alex Neundorf <neundorf@kde.org> | 2010-08-29 15:51:44 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2010-08-29 15:51:44 (GMT) |
commit | 0367245f0c1a665d44b7169cc0f24eda5dbb4de3 (patch) | |
tree | 45f3c2e2a8bece0b1ece8fadd5f8ed33cf56bdac /CMakeGraphVizOptions.cmake | |
parent | 130b0e21958535a4f4f408cf7392fa9b3ee336fe (diff) | |
download | CMake-0367245f0c1a665d44b7169cc0f24eda5dbb4de3.zip CMake-0367245f0c1a665d44b7169cc0f24eda5dbb4de3.tar.gz CMake-0367245f0c1a665d44b7169cc0f24eda5dbb4de3.tar.bz2 |
Replace the two vector<string,string> with one vector<struct{string,string}>
Before this patch there were two separate vectors, and the code made sure
they always had the same size.
With this patch the code doesn't have to ensure this anymore, there is only
one vector now.
Alex
Diffstat (limited to 'CMakeGraphVizOptions.cmake')
0 files changed, 0 insertions, 0 deletions