Kaydet (Commit) aab68a73 authored tarafından Chris Sherlock's avatar Chris Sherlock

vcl: I don't think calling a data type 'DataType' is very sensible

Change-Id: Ief7010bda8db12b5663940acbd2417ca6cb73371
üst 5f507aa7
......@@ -16,8 +16,8 @@
class OutDevStateStack
{
typedef std::deque<std::unique_ptr<OutDevState>> DataType;
DataType maData;
std::deque<std::unique_ptr<OutDevState>> maData;
public:
bool empty() const;
size_t size() const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment