// This may look like C code, but it's really -*- C++ -*-
/*
 * Copyright (C) 2010 Emweb bvba, Leuven, Belgium.
 *
 * See the LICENSE file for terms of use.
 */
#ifndef WHTML5VIDEO_H_
#define WHTML5VIDEO_H_

#include <Wt/WVideo>

namespace Wt {

//!< Typedef for compatibility with %Wt < 3.1.11 (deprecated).
typedef WVideo WHTML5Video;

}

#endif // WHTML5VIDEO_H_

